.rst-filebox {	position: relative;	vertical-align: middle;	display: inline-block;	overflow: hidden;	white-space: nowrap;	border: 1px solid #4284D9;	margin: 0;	padding: 0;	-moz-border-radius: 5px 5px 5px 5px;	-webkit-border-radius: 5px 5px 5px 5px;	border-radius: 5px 5px 5px 5px;}.rst-filebox .rst-textbox {	border-width: 0;	-moz-border-radius: 0 0 0 0;	-webkit-border-radius: 0 0 0 0;	border-radius: 0 0 0 0;}.rst-filebox .rst-textbox-button,.rst-filebox .rst-textbox-button:hover {	-moz-border-radius: 0 0 0 0;	-webkit-border-radius: 0 0 0 0;	border-radius: 0 0 0 0;}.rst-filebox .rst-textbox-button-upload {	border-width: 0 0 0 1px;	vertical-align: bottom;}.rst-filebox .rst-textbox-value {	vertical-align: top;	position: absolute;	top: 0;	left: -5000px;}.rst-filebox-label {	display: inline-block;	position: absolute;	width: 100%;	height: 100%;	cursor: pointer;	left: 0;	top: 0;	z-index: 10;	background: url('images/blank.gif') no-repeat;}.rst-l-btn-disabled .rst-filebox-label {	cursor: default;}.file-choose {	background:url('images/filebox-choose.gif') no-repeat;	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/CQMB/zys/rst/themes/sky/images/filebox-choose.gif",sizingMethod='crop')\9;	background: none\9;}.file-upload {	background:url('images/filebox-upload.png') no-repeat;	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/CQMB/zys/rst/themes/sky/images/filebox-upload.png",sizingMethod='crop')\9;	background: none\9;}